2007-07-21 Matthias Clasen <mclasen@redhat.com>
* gtk/gtktooltips.[hc]: Rename the tips_data_list field
back. (#447214)
svn path=/trunk/; revision=18520
+2007-07-21 Matthias Clasen <mclasen@redhat.com>
+
+ * gtk/gtktooltips.[hc]: Rename the tips_data_list field
+ back. (#447214)
+
2007-07-21 Matthias Clasen <mclasen@redhat.com>
* configure.in: Bump version
tooltips->tip_window = NULL;
tooltips->active_tips_data = NULL;
- tooltips->_tips_data_list = NULL;
+ tooltips->tips_data_list = NULL;
tooltips->delay = DEFAULT_DELAY;
tooltips->enabled = TRUE;
GtkWidget *tip_window;
GtkWidget *tip_label;
GtkTooltipsData *active_tips_data;
- GList *_tips_data_list; /* unused */
+ GList *tips_data_list; /* unused */
guint delay : 30;
guint enabled : 1;